home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / programming / mui / mcc_popph / mcc_popph_src / source.readme < prev   
Text File  |  1999-11-30  |  1KB  |  48 lines

  1.  
  2. Source code for Popplaceholder class
  3.  
  4. Legal
  5. -----
  6.  
  7. I've released the complete source code for Popph so you may add what
  8. you need.  However you are not allowed to use the source code for
  9. commercial purposes, nor release modified versions of the classes
  10. under under any name without my written permission.
  11.  
  12. Releasing sources does not mean I don't care this project any longer.
  13. It simply means I find this project finished (oh, it lacks .mcp prefs
  14. module, I know ;-)
  15.  
  16. You can reach me at the following address if you have any questions
  17. or suggestions: carlos@amiga.com.pl
  18.  
  19.  
  20. Building the Popph from the code
  21. --------------------------------
  22.  
  23. The source code for Popph classes will compile under SAS compiler
  24. (6.xx). Just type smake in shell window.
  25.  
  26.  
  27. The main files
  28. --------------
  29.  
  30. The Popph class is splitted into two separate objects. The string
  31. object and rest-of-the-world{tm}. First releases contained of two
  32. .mcc files, but since version 14.5, I merged the classes into one
  33. file. This simplifies subclassing on-the-fly of various string
  34. objects, which couldn't be done with separate classes w/o tricks
  35. etc.
  36.  
  37.  
  38. Regards
  39.  
  40. Marcin Orlowski
  41. carlos@amiga.com.pl
  42.  
  43. Sat Nov 20 13:49:02 1999
  44.  
  45.  
  46. ** $Id: source.readme,v 1.0 1999/11/16 20:58:11 carlos Exp $
  47.  
  48.